PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageDirectDestination Class / setPage Method
A com.o2sol.pdf4java.PDFPage object that represent the page to be displayed when the destination is executed.
In This Topic
    setPage Method
    In This Topic
    Sets the page.
    Syntax
    public void setPage( 
       PDFPage page
    )

    Parameters

    page
    A com.o2sol.pdf4java.PDFPage object that represent the page to be displayed when the destination is executed.
    See Also